home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / TetrolLapse.swf / scripts / DefineButton2_167 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  256 b   |  14 lines

  1. on(release){
  2.    if(_root.SoundOn)
  3.    {
  4.       _root.SoundClickButton.start();
  5.    }
  6.    _root.CurLevel = 1;
  7.    _root.LastScore = 0;
  8.    _root.Score = 0;
  9.    _root.Lines = 0;
  10.    _root.LastLines = 0;
  11.    _root.StartNewGame();
  12.    _root.PlayAreaOn();
  13. }
  14.